home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 42 / Mac Magazin and MacEasy Magazine CD - Issue 42.iso / Software / Mobiles Büro / Newton / Accordian 1.0b / ADF Folder / CustomName□Fields.adf < prev    next >
Text File  |  1997-02-06  |  1KB  |  34 lines

  1. // This ADF extends RCU to read ten Custom fields in the Newton's Names app.
  2. // To use these, replace the text names in quotes (i.e. "Custom 1")
  3. // to the names that you have entered in the custom slots in the Names 
  4. // application in the same order in which they appear in the custom field dialog.
  5. // There are different custom fields sets for persons and companies.
  6. // By Van Evans and Bryant Eastham, Revelar Software
  7. // February 6, 1997
  8.  
  9. extension of "Person" of { "cardfile" "Names" }
  10.         {
  11.         custom1: string called "Custom 1"
  12.         custom2: string called "Custom 2"
  13.         custom3: string called "Custom 3"
  14.         custom4: string called "Custom 4"
  15.         custom5: string called "Custom 5"
  16.         custom6: string called "Custom 6"
  17.         custom7: string called "Custom 7"
  18.         custom8: string called "Custom 8"
  19.         custom9: string called "Custom 9"
  20.         custom10: string called "Custom 10"
  21. }
  22. extension of "Company" of { "cardfile" "Names" }
  23.         {
  24.         custom1: string called "Custom 1"
  25.         custom2: string called "Custom 2"
  26.         custom3: string called "Custom 3"
  27.         custom4: string called "Custom 4"
  28.         custom5: string called "Custom 5"
  29.         custom6: string called "Custom 6"
  30.         custom7: string called "Custom 7"
  31.         custom8: string called "Custom 8"
  32.         custom9: string called "Custom 9"
  33.         custom10: string called "Custom 10"
  34. }